home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / drdos / pat394.exe / PAT394.TXT < prev   
Text File  |  1993-09-21  |  3KB  |  85 lines

  1.  
  2.               NOVELL TECHNICAL INFORMATION DOCUMENT
  3.  
  4. TITLE:              Microsoft Visual C++ Compiles Slowly, PAT394
  5. DOCUMENT ID:        TID150001
  6. DOCUMENT REVISION:  A
  7. DATE:               16SEP93
  8. ALERT STATUS:       YELLOW
  9. INFORMATION TYPE:   Symptom Solution
  10. README FOR:         PAT394.EXE
  11.  
  12. NOVELL PRODUCT and VERSION:
  13. DR DOS 6.0 3/93
  14.  
  15. ABSTRACT:
  16. This patch is for Microsoft Visual C++. It must be installed over the March
  17. 1993 Update of DR DOS. This patch is designed to correct a problem with
  18. slow compilation times when using DR DOS 6.
  19. _________________________________________________________________
  20.  
  21. DISCLAIMER
  22. THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO NOVELL. 
  23. NOVELL MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY THIS INFORMATION. 
  24. HOWEVER, THE INFORMATION PROVIDED IN THIS DOCUMENT IS FOR YOUR INFORMATION
  25. ONLY.  NOVELL MAKES NO EXPLICIT OR IMPLIED CLAIMS TO THE VALIDITY OF THIS
  26. INFORMATION. 
  27. _________________________________________________________________
  28.  
  29. SYMPTOM
  30. When the March 1993 Update for DR DOS is installed Microsoft Visual C++
  31. will run. However, the amount of time required to compile an application is
  32. very long. 
  33.  
  34. SOLUTION
  35. Install this patch over the March 1993 DR DOS 6.0 update.   This patch will
  36. increase the speed of compilation times.  
  37.  
  38. DO NOT INSTALL THIS PATCH IF YOU DO NOT HAVE THE MARCH UPDATE!  The March
  39. 1993 Update is available on CompuServe or the Novell DSG BBS as UPD393.ZIP.
  40. To download it from CompuServe go to Library 1 in the NDSG forum. To
  41. download it from the Novell DSG BBS enter the letters "UY" from the Main
  42. Menu.
  43.  
  44. Self-Extracting File Name:  PAT394.EXE      Revision:  A
  45.  
  46. Files Included     Size     Date      Time     Checksum
  47.  
  48. \
  49.   IBMDOS.TXT             (This File)
  50.   IBMDOS.CPP       28,865  5/28/93    3:00A     B863 
  51.  
  52.  
  53. INSTALLATION INSTRUCTIONS:
  54. All of these steps should be performed in the root directory of the
  55. bootable drive (usually C:)
  56.  
  57. 1. Remove the attributes from the current working copy of IBMDOS.COM.
  58. Type: ATTRIB -RSH IBMDOS.COM
  59. Press <ENTER>
  60.  
  61. 2. Make a backup copy of IBMDOS.COM.
  62. Type: COPY IBMDOS.COM C:\DRDOS\IBMDOS.OLD
  63. Press <ENTER>
  64.  
  65. 3. Replace the original IBMDOS.COM with the patched IBMDOS.CPP.
  66. Type: COPY IBMDOS.CPP IBMDOS.COM
  67. Press <ENTER>
  68.  
  69. 4. Verify the copied file is the correct size, date and checksum.
  70.  
  71. Type: XDIR IBMDOS.COM /C
  72. Press <ENTER>
  73. The following message should displayed:
  74.  
  75. --a--- 28,865 5/28/93 3:00a B863 c:ibmdos.com
  76.  
  77. NOTE: An Archive attirbute (a) may be set. It has no effect on the file.
  78.  
  79. 5. Replace the System, Hidden, Read-Only attributes on IBMDOS.COM.
  80. Type: ATTRIB +RSH IBMDOS.COM
  81. Press <ENTER>
  82.  
  83. 6. Reboot the computer to load the new IBMDOS.COM.
  84.  
  85.